翻訳と辞書
Words near each other
・ Locally unwanted land use
・ Locals casino
・ LocalSaver.com
・ LocalTalk
・ LocalTalk-to-Ethernet bridge
・ LocalVision
・ LocalWiki
・ Locana
・ Locanda Locatelli
・ Locans, California
・ Locant
・ Locanto
・ Locard
・ Locard's exchange principle
・ Locardia Ndandarika
Local search (optimization)
・ Local Search Group
・ Local Security Authority Subsystem Service
・ Local Self-Defence in Lithuania during the Nazi occupation (1941–44)
・ Local self-government in India
・ Local service district (New Brunswick)
・ Local Service District (Newfoundland and Labrador)
・ Local services board (Ontario)
・ Local shared object
・ Local Sheet
・ Local skepticism
・ Local sleep
・ Local spacetime structure
・ Local standard of rest
・ Local storage


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Local search (optimization) : ウィキペディア英語版
Local search (optimization)

In computer science, local search is a metaheuristic method for solving computationally hard optimization problems. Local search can be used on problems that can be formulated as finding a solution maximizing a criterion among a number of candidate solutions. Local search algorithms move from solution to solution in the space of candidate solutions (the ''search space'') by applying local changes, until a solution deemed optimal is found or a time bound is elapsed.
Local search algorithms are widely applied to numerous hard computational problems, including problems from computer science (particularly artificial intelligence), mathematics, operations research, engineering, and bioinformatics. Examples of local search algorithms are WalkSAT and the 2-opt algorithm for the Traveling Salesman Problem.
== Examples ==
Some problems where local search has been applied are:
# The vertex cover problem, in which a solution is a vertex cover of a graph, and the target is to find a solution with a minimal number of nodes
# The travelling salesman problem, in which a solution is a cycle containing all nodes of the graph and the target is to minimize the total length of the cycle
# The boolean satisfiability problem, in which a candidate solution is a truth assignment, and the target is to maximize the number of clauses satisfied by the assignment; in this case, the final solution is of use only if it satisfies ''all'' clauses
# The nurse scheduling problem where a solution is an assignment of nurses to shifts which satisfies all established constraints
# The k-medoid clustering problem and other related facility location problems for which local search offers the best known approximation ratios from a worst-case perspective

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Local search (optimization)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.